Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 24, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/atom (source) 1.40.7 -> 1.40.14 age adoption passing confidence
@types/dompurify (source) 2.2.1 -> 3.0.3 age adoption passing confidence
@types/jasmine (source) ^3.6.3 -> ^5.0.0 age adoption passing confidence
@​types/marked ^1.2.2 -> ^5.0.0 age adoption passing confidence
@types/node (source) ^14.14.25 -> ^20.0.0 age adoption passing confidence
atom-ide-base ^2.2.0 -> ^3.0.0 age adoption passing confidence
atom-jasmine3-test-runner 5.1.8 -> 5.2.13 age adoption passing confidence
atom-languageclient 1.0.6 -> 1.16.1 age adoption passing confidence
eslint (source) 7.19.0 -> 8.51.0 age adoption passing confidence
npm-check-updates 11.1.1 -> 16.14.6 age adoption passing confidence
prettier (source) ^2.2.1 -> ^3.0.0 age adoption passing confidence
rollup (source) ^2.38.4 -> ^4.0.0 age adoption passing confidence
rollup-plugin-atomic ^2.0.1 -> ^3.0.0 age adoption passing confidence
shx 0.3.3 -> 0.3.4 age adoption passing confidence
tslib (source) 2.1.0 -> 2.6.2 age adoption passing confidence
typescript (source) ^4.1.3 -> ^5.0.0 age adoption passing confidence

Release Notes

atom-community/atom-ide-base (atom-ide-base)

v3.3.0

Compare Source

  • feat: add call-hierarchy API to the types

v3.2.0

Compare Source

  • feat: add StyleReader to commons-ui

v3.1.1

Compare Source

fix: include the types and source-maps for commons-ui

v3.0.0

Compare Source

  • feat(breaking): convert ViewContainer components from React to Solid. See atom-ide-datatips for an example of their usage.
  • fix: update dependencies

v2.6.1

Compare Source

  • update dependencies
  • ide-types: signature.documentation can be null

v2.6.0

Compare Source

Added new utility functions:

  • commons-ui:
    • isItemVisible
    • getItemElement
    • isElementVisible
  • commons-atom:
    • editor largeness
    • editor lineCountIfLarge
    • editor lineLengthIfLong
    • notifyError

Fixed bugs in ViewContainer, scrollIntoView.

v2.5.0

Compare Source

  • feat: add domPurifyConfig parameter to MarkdownSevice.render
  • fix: add the required @​types packages to the dependencies

v2.4.0

Compare Source

  • Add missing types from atom-languageclient (#​57)

v2.3.4

Compare Source

  • Fix copying from overlays on MacOS (#​58)

v2.3.3

Compare Source

  • fix: add ts-ignore to JSX declaration (#​55)

v2.3.2

Compare Source

v2.3.1

Compare Source

  • Add copy keymap only once for selectable-overlay

v2.3.0

Compare Source

  • feat: add getCwd: Add function that gets the current working directory given a file or uses the active text editor path. (#​51)
  • fix: use native copy handling in selectable overlay (#​53)
  • Deprecate makeOverLayCopyable and copyListener. Use makeOverlaySelectable instead
UziTech/atom-jasmine3-test-runner (atom-jasmine3-test-runner)

v5.2.13

Compare Source

Bug Fixes
  • deps: update dependency glob to ^8.0.2 (ba8f133)

v5.2.12

Compare Source

Bug Fixes
  • deps: update dependency glob to v8 (cefa2f4)
  • fix glob path separator (392c3e9)

v5.2.11

Compare Source

Bug Fixes
  • deps: update dependency jasmine-local-storage to ^1.1.2 (f81b93c)
  • deps: update dependency jasmine2-focused to ^1.1.2 (ac9b251)

v5.2.10

Compare Source

Bug Fixes
  • deps: update dependency jasmine-unspy to ^1.1.2 (5e46655)

v5.2.9

Compare Source

Bug Fixes

v5.2.8

Compare Source

Bug Fixes
  • deps: update dependency jasmine to ~3.9.0 (579672f)

v5.2.7

Compare Source

Bug Fixes
  • deps: update dependency jasmine to ~3.8.0 (87a4993)

v5.2.6

Compare Source

Bug Fixes
  • deps: update dependency jasmine2-atom-matchers to ^1.1.9 (0ddb7d1)

v5.2.5

Compare Source

Bug Fixes
  • deps: update dependency find-parent-dir to ^0.3.1 (4947f9b)

v5.2.4

Compare Source

Bug Fixes
  • deps: update dependency glob to ^7.1.7 (6a58a34)

v5.2.3

Compare Source

Bug Fixes
  • set env.ATOM_HOME to temp directory (#​243) (ef5e6cd)
  • use junction for windows testPackages (43b329a)

v5.2.2

Compare Source

Bug Fixes
  • deps: update dependency jasmine to ~3.7.0 (362dabb)

v5.2.1

Compare Source

Bug Fixes
  • deps: update dependency glob to ^8.0.2 (ba8f133)

v5.2.0

Compare Source

Bug Fixes
  • fix optionalConfigurationFunction type (20b209b)
Features
  • add types for createRunner (cd4589f)
  • add types for RunnerOptions (23cd9a2)
  • add types for SpecHelpers (a7f2c99)

5.1.9 (2021-03-02)

Bug Fixes
  • deps: update dependency jasmine2-atom-matchers to ^1.1.8 (3b4681a)

5.1.8 (2020-11-10)

Bug Fixes
  • deps: update dependency temp to ^0.9.4 (f8959d4)

5.1.7 (2020-10-30)

Bug Fixes
  • deps: update dependency jasmine to ~3.6.3 (1c392a7)

5.1.6 (2020-10-26)

Bug Fixes
  • deps: update dependency temp to ^0.9.2 (3770e8d)

5.1.5 (2020-10-22)

Bug Fixes
  • search for .ts extension (5db9981)

5.1.4 (2020-10-16)

Bug Fixes
  • don't fail if only legacy tests (2f73c52)

5.1.3 (2020-10-16)

Bug Fixes
  • deps: update dependency jasmine to ~3.6.2 (659b3d0)

5.1.2 (2020-10-01)

Bug Fixes
  • deps: update dependency jasmine2-atom-matchers to ^1.1.7 (18a040e)
  • escape dot in glob (#​159) (fab482f)

5.1.1 (2020-09-23)

Bug Fixes

v5.1.9

Compare Source

Bug Fixes
  • deps: update dependency jasmine2-atom-matchers to ^1.1.8 (3b4681a)
atom-ide-community/atom-languageclient (atom-languageclient)

v1.16.1

Compare Source

Bug Fixes
  • disable test for drive characters except windows (91443a2)
  • path test (6d49d81)
  • use pending() in windows test (b32cadd)
  • convert/pathToUri: improve encoding of path other than the file (2bba886)

v1.16.0

Compare Source

Bug Fixes
  • added auto-languageclient's test (e1bd570)
  • apply comment (getLanguageIdFromEditor returns grammar name) (c074b49)
  • make the test name accurate (c0899dc)
  • test and comment (220c9fd)
Features
  • make the languageId of didOpen notifications configurable (cf8f666)

v1.15.0

Compare Source

Bug Fixes
Features

1.14.1 (2021-07-15)

Bug Fixes
  • bump atom-ide-base and devDependencies (02ad02d)
  • bump dependencies (4e90504)
  • bump zadeh - adds linux musl prebuilds (9568d62)
  • eslint fix (1075cac)

v1.14.1

Compare Source

Bug Fixes
  • bump atom-ide-base and devDependencies (02ad02d)
  • bump dependencies (4e90504)
  • bump zadeh - adds linux musl prebuilds (9568d62)
  • eslint fix (1075cac)

v1.14.0

Compare Source

Features
  • send codeActionLiteralSupport (ca02334)
  • support custom filterCodeActions (949e624)
  • support custom onApplyCodeActions (868f883)

v1.13.0

Compare Source

Bug Fixes
  • move adding completionItem to applyCompletionItemToSuggestion (3c46aa1)
Features
  • apply additionalTextEdits after completion (0e22593)

1.12.1 (2021-06-13)

Bug Fixes
  • determineProjectPath was called with the wrong this (e58c3a4)

v1.12.1

Compare Source

Bug Fixes
  • determineProjectPath was called with the wrong this (e58c3a4)

v1.12.0

Compare Source

Features
  • allow disabling shutdownGracefully (14bec25)

v1.11.0

Compare Source

Bug Fixes
  • remove supportsDefinitionsForAdditionalPaths function (47773e9)
Features
  • allow overriding determineProjectPath (d3f213f)
  • populate additionalPaths based on definitions (e7e7828)
  • support out-of-project files (360d4fb)

1.10.1 (2021-06-10)

Bug Fixes
  • update atom-ide-base, zadeh, etc (6cf01e4)

v1.10.1

Compare Source

Bug Fixes
  • update atom-ide-base, zadeh, etc (6cf01e4)

v1.10.0

Compare Source

Bug Fixes
  • use connection.executeCommand from LS (2c62bf6)
  • use lsp.CodeActionResolveRequest.type (6fde7cf)
Features
  • add deorecated IdeDiagnosticAdapter (743aede)
  • add getLSDiagnostic for Linter adapter (3671896)
  • add getLSDiagnostics for Linter adapter (e878b8d)
  • add IdeDiagnosticAdapter methods for conversion to ls.Diagnostics (059af66)
  • codeActionResolve in languageClient (a9ca617)
  • update getCodeActions and createCodeActionParams (1c5430a)

v1.9.0

Compare Source

Features

1.8.3 (2021-05-01)

Bug Fixes
  • "object is possibly 'null'.ts(2531)" in codeaction test (1f61f73)
  • add null check (e20bba5)
  • early null check instead of empty array at codeActio provider (e7c26b4)
  • fixed test because the argument of _sendRequest function was changed (f2f09f0)
  • format (c9876c6)
  • lint(Missing return type on function) (d665159)
  • make highlight null-safe (a80e4d9)
  • match type definition to specification (85cc505)
  • use lsp package for type definition (1a31014)

1.8.2 (2021-04-21)

Bug Fixes

1.8.1 (2021-04-21)

Bug Fixes

v1.8.3

Compare Source

Bug Fixes
  • "object is possibly 'null'.ts(2531)" in codeaction test (1f61f73)
  • add null check (e20bba5)
  • early null check instead of empty array at codeActio provider (e7c26b4)
  • fixed test because the argument of _sendRequest function was changed (f2f09f0)
  • format (c9876c6)
  • lint(Missing return type on function) (d665159)
  • make highlight null-safe (a80e4d9)
  • match type definition to specification (85cc505)
  • use lsp package for type definition (1a31014)

v1.8.2

Compare Source

Bug Fixes

v1.8.1

Compare Source

Bug Fixes

v1.8.0

Compare Source

Bug Fixes
  • eliminate casting (d753510)
  • fix import statement (19614ce)
  • format (5291209)
  • modify the type to pass the test (df5c53c)
  • should check only the first of the array / Moved isLocationLinkArray function (080f4ce)
  • type definition (f4f60cd)
  • type of normalizeLocations and convertLocationsToDefinitions (6b38b93)
  • use Array.prototype.every() for the isLocationLinkArray function (5d132b0)
Features
  • add LocationLink support for definition-adapter (06612be)

v1.7.0

Compare Source

Features

v1.6.0

Compare Source

Bug Fixes
  • consider showing the document in external programs a sucess (fabf882)
  • fix the doc for onShowDocument (03b9b20)
  • params.selection can be undefined (921613b)
  • rename onShowDocument function to showDocument (f9549c6)
  • return success false if view is undefined (7bede25)
  • try-catch showDocument (6e8770c)
  • use free functions instead of static methods (38441c9)
Features
  • implement window/showDocument (ff1aa7a)

v1.5.0

Compare Source

Bug Fixes
Features
  • add more compeletion properties in AutoLanguageClient (45d7d19)
  • allow disabling autocomplete for some scopes (a6e3244)

v1.4.0

Compare Source

Features
  • handling custom requests (543cd6e)

v1.3.0

Compare Source

Bug Fixes
Features
  • upgrade to LSP 3.16 and fix compiler errors (db07b3c)

1.2.2 (2021-02-23)

Bug Fixes
  • remove deprecated url.parse (e360195)

1.2.1 (2021-02-23)

Reverts
  • Revert "fix: fix url.parse deprecation" (002e7f7)

v1.2.2

Compare Source

Bug Fixes
  • remove deprecated url.parse (e360195)

v1.2.1

Compare Source

Reverts
  • Revert "fix: fix url.parse deprecation" (002e7f7)

v1.2.0

Compare Source

Bug Fixes
  • add arch to the folder name (49abb87)
  • add close handler for lsProcess (2940f89)
  • add platform-arch to rootPath (9746992)
  • merge getExePath into spawn (a5c03a5)
  • return the exe name if the file doesn't exist (d57e55a)
  • use ChildProcess type for LanguageServerProcess (798ab56)
Features
  • add disconnect handler (3c29170)
  • add getExePath (7508f42)
  • add spawn to spawn general lsp exe (6d4b1e7)
  • allow providing custom error, close, exit handling (a40e8b5)

1.1.1 (2021-02-20)

Bug Fixes
  • autocomplete-extended types (a46f99c)
  • copy typings to build directory (900957a)
  • remove baseUrl (686df00)
  • tsconfig include all files (c69fd77)

v1.1.1

Compare Source

Bug Fixes
  • autocomplete-extended types (a46f99c)
  • copy typings to build directory (900957a)
  • remove baseUrl (686df00)
  • tsconfig include all files (c69fd77)

v1.1.0

Compare Source

Features
  • added canAdapt & tests, exposed CommandExecutionAdapter (eb1cc74)
  • introduce an Adapter for executeCommand that also allows registering custom callbacks (fc6e182)

1.0.8 (2021-02-19)

Bug Fixes
  • bump atom-ide-base (dc2941b)
  • bump atom-ide-base - fixes JSX error (dcee038)
  • install atom-ide-base (a617e05)
  • temporary - pass null wordRegExp (254b94c)

1.0.7 (2021-02-07)

Bug Fixes

1.0.6 (2021-01-06)

Bug Fixes
  • fix autocomplete prefix (bd0576e)

1.0.5 (2020-12-20)

Bug Fixes

1.0.4 (2020-12-12)

Bug Fixes
  • set workspaceFolders to null when there is no workspace (5814197)

1.0.3 (2020-12-11)

Bug Fixes

1.0.2 (2020-11-30)

Bug Fixes

1.0.1 (2020-11-30)

Bug Fixes

v1.0.0

v0.9.9

  • Fixes (bugs introduced in v0.9.8)
    • Logging expands the parameters out again #​245
    • CompletionItems returning null handled again
  • Removed
    • Atom-mocha-test-runner because of vulnerable deps
    • Flow libraries - no longer supported here

v0.9.8

  • Support CodeActions that do not return Commands #​239
  • AutoComplete
    • Trigger on last character in multi-character sequences (e.g. ::) #​241
  • Outline view
    • Add icon mappings for Struct and EnumMember #​236
    • Add textDocument/documentSymbol support for hierarchical outlines #​237
  • Logging #​242
    • Can now be filtered and intercepted by packages
    • Defaults

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 24, 2021
@renovate renovate bot force-pushed the renovate/devdependencies branch from c488a72 to 02a2563 Compare July 30, 2021 23:10
@renovate renovate bot force-pushed the renovate/devdependencies branch from 02a2563 to 850075c Compare August 12, 2021 17:53
@renovate renovate bot force-pushed the renovate/devdependencies branch from 850075c to 7c4bac4 Compare August 23, 2021 21:19
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from f8f4e43 to 406078b Compare September 3, 2021 16:07
@renovate renovate bot force-pushed the renovate/devdependencies branch from 406078b to 8ec18cf Compare October 18, 2021 18:38
@renovate renovate bot force-pushed the renovate/devdependencies branch from 8ec18cf to 57afbc8 Compare March 7, 2022 09:25
@renovate renovate bot force-pushed the renovate/devdependencies branch from 57afbc8 to 308d5a6 Compare March 26, 2022 15:26
@renovate renovate bot force-pushed the renovate/devdependencies branch from 308d5a6 to 4981a52 Compare April 24, 2022 19:32
@renovate renovate bot force-pushed the renovate/devdependencies branch from 4981a52 to 3172ccb Compare May 15, 2022 20:18
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 3cf4b2d to 82c1ca9 Compare June 23, 2022 23:01
@renovate renovate bot force-pushed the renovate/devdependencies branch from 82c1ca9 to 1cbd0e6 Compare September 25, 2022 15:49
@renovate renovate bot force-pushed the renovate/devdependencies branch from 1cbd0e6 to 3181317 Compare November 20, 2022 16:31
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 57df9d4 to 4a82063 Compare March 23, 2023 11:31
@renovate renovate bot force-pushed the renovate/devdependencies branch from 4a82063 to 5c78561 Compare March 30, 2023 05:35
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 0feeea1 to 57df7fb Compare June 3, 2023 05:03
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from c124eda to b0352f8 Compare June 14, 2023 05:38
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from d992353 to 4aee474 Compare June 22, 2023 17:42
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from ee307cf to 39d7ec5 Compare September 9, 2023 14:34
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from ca9039f to 6740596 Compare September 17, 2023 02:49
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from bda4528 to 3cebf21 Compare September 24, 2023 02:31
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from e08907f to b57737a Compare October 1, 2023 05:51
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from 1144ee2 to 176c0ea Compare October 10, 2023 02:24
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 93fe87d to 929081c Compare October 15, 2023 08:35
@renovate renovate bot force-pushed the renovate/devdependencies branch from 929081c to 05b51ec Compare October 16, 2023 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants